home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso
/
mono
/
interior.dxr
/
00029.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-06
|
243 b
|
17 lines
on exitFrame
global columnnum
if rollOver(17) then
if columnnum < 5 then
go(the frame)
else
cursor(-1)
initcursor()
go("start")
end if
else
cursor(-1)
initcursor()
go("start")
end if
end